{
	"info": {
		"_postman_id": "107442fc-39ee-4f49-a684-0e33d7a188fb",
		"name": "Image Moderation",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Image Moderation",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"type": "text",
						"value": "{apieco-key}"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "meme",
							"value": "",
							"description": "a file",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://api.apieco.ir/moderate-content/api/v2?url=",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"moderate-content",
						"api",
						"v2"
					],
					"query": [
						{
							"key": "url",
							"value": ""
						}
					]
				}
			},
			"response": []
		}
	],
	"protocolProfileBehavior": {}
}